home *** CD-ROM | disk | FTP | other *** search
/ Programming a Multiplayer FPS in DirectX / Programming a Multiplayer FPS in DirectX (Companion CD).iso / DirectX / dxsdk_oct2004.exe / dxsdk.exe / Samples / C++ / Misc / DXInstall / dxinstall.vcproj < prev    next >
Encoding:
Extensible Markup Language  |  2004-09-27  |  3.8 KB  |  148 lines

  1. <?xml version="1.0" encoding = "Windows-1252"?>
  2. <VisualStudioProject
  3.     ProjectType="Visual C++"
  4.     Version="7.00"
  5.     Name="DXInstall"
  6.     SccProjectName=""
  7.     SccLocalPath="">
  8.     <Platforms>
  9.         <Platform
  10.             Name="Win32"/>
  11.     </Platforms>
  12.     <Configurations>
  13.         <Configuration
  14.             Name="Debug|Win32"
  15.             OutputDirectory=".\Debug"
  16.             IntermediateDirectory=".\Debug"
  17.             ConfigurationType="1"
  18.             UseOfMFC="0"
  19.             ATLMinimizesCRunTimeLibraryUsage="FALSE"
  20.             CharacterSet="2">
  21.             <Tool
  22.                 Name="VCCLCompilerTool"
  23.                 Optimization="0"
  24.                 PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
  25.                 RuntimeLibrary="5"
  26.                 UsePrecompiledHeader="2"
  27.                 PrecompiledHeaderFile=".\Debug/dxinstall.pch"
  28.                 AssemblerListingLocation=".\Debug/"
  29.                 ObjectFile=".\Debug/"
  30.                 ProgramDataBaseFileName=".\Debug/"
  31.                 WarningLevel="3"
  32.                 SuppressStartupBanner="TRUE"
  33.                 DebugInformationFormat="3"/>
  34.             <Tool
  35.                 Name="VCCustomBuildTool"/>
  36.             <Tool
  37.                 Name="VCLinkerTool"
  38.                 AdditionalOptions="/MACHINE:I386"
  39.                 AdditionalDependencies="dsetup.lib"
  40.                 OutputFile=".\Debug/dxinstall.exe"
  41.                 LinkIncremental="2"
  42.                 SuppressStartupBanner="TRUE"
  43.                 GenerateDebugInformation="TRUE"
  44.                 ProgramDatabaseFile=".\Debug/dxinstall.pdb"
  45.                 SubSystem="2"/>
  46.             <Tool
  47.                 Name="VCMIDLTool"
  48.                 PreprocessorDefinitions="_DEBUG"
  49.                 MkTypLibCompatible="TRUE"
  50.                 SuppressStartupBanner="TRUE"
  51.                 TargetEnvironment="1"
  52.                 TypeLibraryName=".\Debug/dxinstall.tlb"/>
  53.             <Tool
  54.                 Name="VCPostBuildEventTool"/>
  55.             <Tool
  56.                 Name="VCPreBuildEventTool"/>
  57.             <Tool
  58.                 Name="VCPreLinkEventTool"/>
  59.             <Tool
  60.                 Name="VCResourceCompilerTool"
  61.                 PreprocessorDefinitions="_DEBUG"
  62.                 Culture="1033"/>
  63.             <Tool
  64.                 Name="VCWebServiceProxyGeneratorTool"/>
  65.             <Tool
  66.                 Name="VCWebDeploymentTool"/>
  67.         </Configuration>
  68.         <Configuration
  69.             Name="Release|Win32"
  70.             OutputDirectory=".\Release"
  71.             IntermediateDirectory=".\Release"
  72.             ConfigurationType="1"
  73.             UseOfMFC="0"
  74.             ATLMinimizesCRunTimeLibraryUsage="FALSE"
  75.             CharacterSet="2">
  76.             <Tool
  77.                 Name="VCCLCompilerTool"
  78.                 InlineFunctionExpansion="1"
  79.                 PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
  80.                 StringPooling="TRUE"
  81.                 RuntimeLibrary="4"
  82.                 EnableFunctionLevelLinking="TRUE"
  83.                 UsePrecompiledHeader="2"
  84.                 PrecompiledHeaderFile=".\Release/dxinstall.pch"
  85.                 AssemblerListingLocation=".\Release/"
  86.                 ObjectFile=".\Release/"
  87.                 ProgramDataBaseFileName=".\Release/"
  88.                 WarningLevel="3"
  89.                 SuppressStartupBanner="TRUE"/>
  90.             <Tool
  91.                 Name="VCCustomBuildTool"/>
  92.             <Tool
  93.                 Name="VCLinkerTool"
  94.                 AdditionalOptions="/MACHINE:I386"
  95.                 AdditionalDependencies="dsetup.lib"
  96.                 OutputFile=".\Release/dxinstall.exe"
  97.                 LinkIncremental="1"
  98.                 SuppressStartupBanner="TRUE"
  99.                 ProgramDatabaseFile=".\Release/dxinstall.pdb"
  100.                 SubSystem="2"/>
  101.             <Tool
  102.                 Name="VCMIDLTool"
  103.                 PreprocessorDefinitions="NDEBUG"
  104.                 MkTypLibCompatible="TRUE"
  105.                 SuppressStartupBanner="TRUE"
  106.                 TargetEnvironment="1"
  107.                 TypeLibraryName=".\Release/dxinstall.tlb"/>
  108.             <Tool
  109.                 Name="VCPostBuildEventTool"/>
  110.             <Tool
  111.                 Name="VCPreBuildEventTool"/>
  112.             <Tool
  113.                 Name="VCPreLinkEventTool"/>
  114.             <Tool
  115.                 Name="VCResourceCompilerTool"
  116.                 PreprocessorDefinitions="NDEBUG"
  117.                 Culture="1033"/>
  118.             <Tool
  119.                 Name="VCWebServiceProxyGeneratorTool"/>
  120.             <Tool
  121.                 Name="VCWebDeploymentTool"/>
  122.         </Configuration>
  123.     </Configurations>
  124.     <Files>
  125.         <Filter
  126.             Name="Resource Files"
  127.             Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  128.             <File
  129.                 RelativePath=".\dxinstall.rc">
  130.             </File>
  131.             <File
  132.                 RelativePath=".\resource.h">
  133.             </File>
  134.         </Filter>
  135.         <File
  136.             RelativePath=".\dxinstall.cpp">
  137.         </File>
  138.         <File
  139.             RelativePath=".\dxinstall.h">
  140.         </File>
  141.         <File
  142.             RelativePath=".\winmain.cpp">
  143.         </File>
  144.     </Files>
  145.     <Globals>
  146.     </Globals>
  147. </VisualStudioProject>
  148.